home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 159 / card.txt < prev    next >
Text File  |  1988-03-30  |  6KB  |  147 lines

  1. The Card Maker V 1.1
  2. Programmed by Yaron Kidron, Using OSS Personal Pascal.
  3. This is public domain software, and may not be disributed for any 
  4. price, this program is FREE.
  5.  
  6. What is it?
  7. The Card Maker, is a special program for creating cards, either 
  8. for business usage, or for your own pleasure.
  9.  
  10. How much?
  11. Nothing. This is free public domain software, and it is not for 
  12. reselling as well.
  13.  
  14. Who created this program and how?
  15. The program was written by Yaron Kidron of Palo Alto, Cal 94306. 
  16. It was programmed in OSS Personal Pascal, using the GEM compiler.
  17.  
  18. What would you have on your disk after extracting the archive 
  19. file:
  20.  
  21. *CARD.PRG - Card Maker, V 1.1
  22. *CARD.PAS - The pascal source code, for pascal programmers.
  23. *CARD.TXT - This tutorial.
  24.  
  25. Loading & Running the program:
  26. ------------------------------
  27.  
  28. *On color monitors, select MEDIUM resolution. 
  29. *To load the program, click on CARD.PRG
  30. *After program have been loaded into your ST, the screen will be 
  31.  cleared, and an alert box will be desplayed.
  32. *Click the OK button.
  33. *As soon as the alert box clears, you will see an inverted line on 
  34.  the buttom. This is your Command line. You also be prompted by a 
  35.  COMMAND> prompt. You are ready to use Card Maker.
  36.  
  37.  
  38. Using the program:
  39. ------------------
  40.  
  41. *The command ruler on the buttom, is your device of creating 
  42.  cards. Although the program was compiled in GEM, it does not 
  43.  support any mouse functions. All commands will be entered in 
  44.  text.
  45. *To create your cards, Card Maker offers commands. Each command 
  46.  will be used for different purposes. Though the number of the 
  47.  commands is adequate, each command is very powerfull. These are 
  48.  the commands that Card Maker responds to:
  49.  
  50.  Quit,Bye,Exit - Quit Card Maker, return to the Gem desktop.
  51.  Title         - Set your title size, and title's text.
  52.  Colomns       - Enter colomns specifications.
  53.  Enter         - Enter the text that will be printed on your card.
  54.  Text          - Text size.
  55.  Spacing       - Setting the spacing between your lines of text.
  56.  Center        - Center your title.
  57.  Tstyle        - The style of your title.
  58.  Xstyle        - The style of your text.
  59.  Frame         - Draws a boxed frame around your card.
  60.  RFrame        - Draws a round frame around your card.
  61.  Tline         - Draws a line under your title.
  62.  Cline         - Draws a line between your colomns of text.
  63.  Ginit         - Initializes all graphic commands.
  64.  Reformat      - Reformats colomns.
  65.  Print         - Print card.
  66.  Sline         - Scale the line.
  67.  
  68.  *Card Maker recognizes all of the commands in upper case ( eg 
  69.  TEXT ), lower case ( eg text ) and both ( eg Text ). BUT it will 
  70.  not respond to non clear commands as TeXt.
  71.  
  72.  Explaining how to use the commands:
  73.  -----------------------------------
  74.  
  75.  Title    -    After entering this command, you will be asked for 
  76.                the size of your title in pixels. You will have to 
  77.                enter a number from 1-100 ( 1 is the smallest, 100 
  78.                is the largest. 100 pixels are one half screen. ).
  79.                Enter your title's text ( eg Happy Birthday ), and 
  80.                hit Return. If any title will be entered, it will 
  81.                be desplayed in it's current size, and style.
  82.  
  83.  Colomns  -    You also can enter text in colomns. You will be 
  84.                asked for the number of colomns you are going to 
  85.                use, of a maximum of 5.
  86.                Then you will be asked if you want the colomns to 
  87.                be set automaticaly. If you enter yes, then each 
  88.                colomn will have the same length.
  89.                If you will negate the question, you will be asked 
  90.                to enter your colomn's width in CHARACTERS.
  91.             
  92.  Enter    -    Enter this command if you want to insert the 
  93.                card's text. You will be asked on which colomn 
  94.                would you like to work on. Enter your colomn number 
  95.                (1-5). The line # will be desplayed on the left, 
  96.                and you will have cursor at the right, indicating 
  97.                your colomn length. If you write past this cursor, 
  98.                Card Maker will ask you again to enter the text for 
  99.                this line. If you want to erase things, use the 
  100.                Backspace key. You can also use the Tab key for 
  101.                faster editing. If you have already entered text in 
  102.                the colomn, after you reinserted the Enter command, 
  103.                you will be asked if you want to start from any row 
  104.                (line) number that you have worked on.
  105.                After entering the text, the text will be desplayed 
  106.                on the screen with it's style, and size.
  107.  
  108.  Text     -    Enter a number from 1 to 100 to specify your text 
  109.                height, in pixels.
  110.  
  111.  Spacing  -    Enter a number from 1 to 200 to specify your text 
  112.                spacing in pixels. ( 16 pixels = one line of 
  113.                spacing, in font sized 6 ).
  114.  
  115.  Center   -    Centering you title, also will ask for a centering 
  116.                factor - which can adjust the spacing. factor 
  117.                reasonable values are 1 to 2. ( eg 1.76 )
  118.  
  119.  Tstyle   -    The style of your title. Enter a letter from A to G 
  120.                for specifications:
  121.                A = Normal.
  122.                B = Bold.
  123.                C = Lightened.
  124.                D = Slanted ( italics ).
  125.                E = Underlined.
  126.                F = Outlined.
  127.                G = Shadowed.
  128.  
  129.  Xstyle   -    The style of your text. Enter a letter from A to G. 
  130.                for more info, look above at Tstyle.
  131.  
  132.  Ginit    -    Initializes all graphical commands, as Frame, 
  133.                Rframe, Tline, Cline - but not styles, and heights.
  134.  
  135.  Othe commands are one pass without any difficult prompting and 
  136.  entering values.
  137.  
  138.  Enjoy this program, and if you have any problems, leave a 
  139.  message for Yaron, on this BBS.
  140.  
  141.  
  142.                
  143.  
  144.  
  145.                 
  146.  
  147.